home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1994
/
MacHack 1994.toast
/
MacHack™ 1987-1994
/
MacHack™ '93
/
Hacks '93
/
String Extractor⁄Localization
/
Scanner
/
Literal.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-18
|
356 b
|
22 lines
|
[
TEXT/KAHL
]
/*
* Literal.h
*/
#ifndef _H_Literal
# define _H_Literal
#ifdef __cplusplus
extern "C" {
#endif
extern unsigned char * PLiteral ( short id , short num ) ;
extern char * CLiteral ( short id , short num ) ;
extern void InitStringTable ( short idBase ) ; /* If you call this you'll read all strings into memory */
#ifdef __cplusplus
} ;
#endif
#endif